Click or drag to resize

WorkingHours Class

Represents the time zone settings and working hours for the requested mailbox user.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeWorkingHours

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class WorkingHours

The WorkingHours type exposes the following members.

Constructors
  NameDescription
Public methodWorkingHours
Initializes a new instance of the WorkingHours class.
Top
Properties
  NameDescription
Public propertyTimeZone
Contains elements that identify time zone information. This element also contains information about the transition between standard time and daylight saving time. This element is required if the WorkingHours element is used.
Public propertyWorkingPeriods
Contains working period information for the mailbox user. This element is required if the WorkingHours element is used.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also